X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=8836d1ac0874891555bae267907dfa6b418cc1fa;hp=506a6f6102a9e8a80da8b1edc0d8be53684eae2d;hb=5cdaa301dcf6ececc1d2a9e340d8da698a9f55d8;hpb=2787cb1413a47a92a084e3ea86694ef7431dfddd diff --git a/Makefile b/Makefile index 506a6f6..8836d1a 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,8 @@ linty: CCFLAGS += -Wstrict-prototypes linty: CCFLAGS += -Wmissing-prototypes linty: CCFLAGS += -Wmissing-declarations linty: CCFLAGS += -Wshadow +linty: CCFLAGS += -Wnull-dereference +linty: CCFLAGS += -Wjump-misses-init linty: CCFLAGS += -Wfloat-equal linty: CCFLAGS += -Wcast-align linty: CCFLAGS += -Wwrite-strings