Merge pull request #1182 from devsaurus/u8g_ucg_tsl2561-gnu11

Enable -std=gnu11 for u8glib, ucglib, and tsl2561 dir
This commit is contained in:
Terry Ellison 2016-03-22 22:57:32 +00:00
commit f412410e6f
3 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ifndef PDIR
GEN_LIBS = tsl2561lib.a GEN_LIBS = tsl2561lib.a
endif endif
STD_CFLAGS=-std=gnu11 -Wimplicit
############################################################# #############################################################
# Configuration i.e. compile options etc. # Configuration i.e. compile options etc.

View File

@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS = u8glib.a GEN_LIBS = u8glib.a
endif endif
STD_CFLAGS=-std=gnu11 -Wimplicit
############################################################# #############################################################
# Configuration i.e. compile options etc. # Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here! # Target specific stuff (defines etc.) goes in here!

View File

@ -15,6 +15,8 @@ ifndef PDIR
GEN_LIBS = ucglib.a GEN_LIBS = ucglib.a
endif endif
STD_CFLAGS=-std=gnu11 -Wimplicit
############################################################# #############################################################
# Configuration i.e. compile options etc. # Configuration i.e. compile options etc.
# Target specific stuff (defines etc.) goes in here! # Target specific stuff (defines etc.) goes in here!