mac maybe happy
This commit is contained in:
parent
5f5d048b7e
commit
969eb6944e
4
Makefile
4
Makefile
|
@ -47,8 +47,6 @@ ifeq ($(USE_OPT),)
|
||||||
USE_OPT += -Werror=missing-field-initializers
|
USE_OPT += -Werror=missing-field-initializers
|
||||||
endif
|
endif
|
||||||
|
|
||||||
USE_OPT += -Wno-error=sign-compare
|
|
||||||
|
|
||||||
# C specific options here (added to USE_OPT).
|
# C specific options here (added to USE_OPT).
|
||||||
ifeq ($(USE_COPT),)
|
ifeq ($(USE_COPT),)
|
||||||
USE_COPT = -std=gnu99 -fgnu89-inline
|
USE_COPT = -std=gnu99 -fgnu89-inline
|
||||||
|
@ -123,7 +121,7 @@ BIN = $(CP) -O binary
|
||||||
CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition
|
CWARN = -Wall -Wextra -Wstrict-prototypes -pedantic -Wmissing-prototypes -Wold-style-definition
|
||||||
|
|
||||||
# Define C++ warning options here
|
# Define C++ warning options here
|
||||||
CPPWARN = -Wall -Wextra -Werror -pedantic
|
CPPWARN = -Wall -Wextra -Werror -pedantic -Wno-error=sign-compare
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compiler settings
|
# Compiler settings
|
||||||
|
|
Loading…
Reference in New Issue