Project

General

Profile

Revision 2008

More forklift demo fixes.

View differences:

Makefile
103 103
#     gnu89 = c89 plus GCC extensions
104 104
#     c99   = ISO C99 standard (not yet fully implemented)
105 105
#     gnu99 = c99 plus GCC extensions
106
CSTANDARD = -std=gnu99
106
CSTANDARD = -std=c++0x
107 107

  
108 108
# Place -D or -U options here
109 109
CDEFS += -DF_CPU=$(F_CPU)UL
......
132 132
CFLAGS += $(CDEFS) $(CINCS)
133 133
CFLAGS += -O$(OPT)
134 134
CFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
135
CFLAGS += -Wall -Wstrict-prototypes
135
CFLAGS += -Wall
136 136
CFLAGS += -Wa,-adhlns=$(<:.cpp=.lst)
137 137
CFLAGS += $(CSTANDARD)
138 138

  

Also available in: Unified diff