mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-29 19:24:27 +01:00
Clean up conversion warnings in Fixture
Turn on -Wconversion in Makefile, fix all warnings
This commit is contained in:
@@ -46,7 +46,7 @@ clean:
|
||||
# These extended flags DO get included before any target build runs
|
||||
CFLAGS += -Wbad-function-cast
|
||||
CFLAGS += -Wcast-qual
|
||||
#CFLAGS += -Wconversion
|
||||
CFLAGS += -Wconversion
|
||||
CFLAGS += -Wformat=2
|
||||
CFLAGS += -Wmissing-prototypes
|
||||
CFLAGS += -Wold-style-definition
|
||||
|
||||
Reference in New Issue
Block a user