Commit f412410e authored by Terry Ellison's avatar Terry Ellison
Browse files

Merge pull request #1182 from devsaurus/u8g_ucg_tsl2561-gnu11

Enable -std=gnu11 for u8glib, ucglib, and tsl2561 dir
parents 6822116d 103cca30
...@@ -15,6 +15,7 @@ ifndef PDIR ...@@ -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 ...@@ -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 ...@@ -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!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment