Skip to content

Commit

Permalink
turn off error on -incompatible-pointer-type
Browse files Browse the repository at this point in the history
  • Loading branch information
masterzorag authored and CGarces committed Aug 17, 2017
1 parent 555b310 commit 0441f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -17,6 +17,7 @@ EXTRA_CFLAGS += -Wno-unused
EXTRA_CFLAGS += -Wno-date-time

#EXTRA_CFLAGS += -Wno-uninitialized
EXTRA_CFLAGS += -Wno-incompatible-pointer-types
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later

EXTRA_CFLAGS += -I$(src)/include
Expand Down

0 comments on commit 0441f61

Please sign in to comment.