diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-18 07:31:57 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-18 07:31:57 +0000 |
| commit | 7173a1463a48a4b1335f7281fd3609cd94692333 (patch) | |
| tree | 4304250d9f748ccb13786c9428cb6f193f52cda5 /Demos/Device/ClassDriver/Mouse | |
| parent | a22c4f08957f7cf46f35bd62ca4edee2bb9f3219 (diff) | |
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1393 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Device/ClassDriver/Mouse')
| -rw-r--r-- | Demos/Device/ClassDriver/Mouse/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Demos/Device/ClassDriver/Mouse/makefile b/Demos/Device/ClassDriver/Mouse/makefile index 9d5ba543..c6250282 100644 --- a/Demos/Device/ClassDriver/Mouse/makefile +++ b/Demos/Device/ClassDriver/Mouse/makefile @@ -181,7 +181,7 @@ EXTRAINCDIRS = $(LUFA_PATH)/ # gnu89 = c89 plus GCC extensions # c99 = ISO C99 standard (not yet fully implemented) # gnu99 = c99 plus GCC extensions -CSTANDARD = -std=gnu99 +CSTANDARD = -std=c99 # Place -D or -U options here for C sources @@ -218,7 +218,6 @@ CFLAGS += -fshort-enums CFLAGS += -fno-strict-aliasing CFLAGS += -Wall CFLAGS += -Wstrict-prototypes -#CFLAGS += -mshort-calls CFLAGS += -Wundef #CFLAGS += -fno-unit-at-a-time #CFLAGS += -Wunreachable-code |
