Merge pull request #1182 from devsaurus/u8g_ucg_tsl2561-gnu11
Enable -std=gnu11 for u8glib, ucglib, and tsl2561 dir
This commit is contained in:
commit
f412410e6f
|
@ -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.
|
||||||
|
|
|
@ -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!
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue