add -Werror
Tento commit je obsažen v:
rodič
c95f1b4ebb
revize
692e7bea39
@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
|
||||
OBJECTS = kem.o melas_fec.o ring.o threebears.o
|
||||
|
||||
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
|
||||
OBJECTS = kem.o melas_fec.o ring.o threebears.o
|
||||
|
||||
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
@ -6,7 +6,7 @@ HEADERS = api.h melas_fec.h params.h ring.h threebears.h
|
||||
OBJECTS = kem.o melas_fec.o ring.o threebears.o
|
||||
|
||||
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
CFLAGS=-O3 -Wcast-align=strict -Wall -Wconversion -Wextra -Werror -Wpedantic -Wvla -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
Načítá se…
Odkázat v novém úkolu
Zablokovat Uživatele