Subversion Repositories DevTools

Rev

Rev 4034 | Rev 4518 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4034 Rev 4309
Line 142... Line 142...
142
gcc_flags	+= -Wcomment
142
gcc_flags	+= -Wcomment
143
gcc_flags	+= -Wcast-align
143
gcc_flags	+= -Wcast-align
144
#gcc_flags	+= -Winline
144
#gcc_flags	+= -Winline
145
gcc_flags	+= -Wshadow
145
gcc_flags	+= -Wshadow
146
gcc_flags	+= -Wredundant-decls
146
gcc_flags	+= -Wredundant-decls
147
gcc_flags	+= -Wid-clash-31
147
#gcc_flags	+= -Wid-clash-31
148
endif
148
endif
149
 
149
 
150
ifdef GCC_CFLAGS
150
ifdef GCC_CFLAGS
151
gcc_flags	+= $(GCC_CFLAGS)
151
gcc_flags	+= $(GCC_CFLAGS)
152
endif
152
endif