forked from Imagelibrary/rtems
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: (Temporarily) Add -Werror=overflow, -Werror=pointer-to-int-cast, -Werror=int-to-pointer-cast.
This commit is contained in:
@@ -4,4 +4,7 @@
|
||||
|
||||
AM_CPPFLAGS = @RTEMS_CPPFLAGS@
|
||||
AM_CFLAGS =
|
||||
AM_CFLAGS += -Werror=overflow
|
||||
AM_CFLAGS += -Werror=pointer-to-int-cast
|
||||
AM_CFLAGS += -Werror=int-to-pointer-cast
|
||||
AM_CCASFLAGS = @RTEMS_CCASFLAGS@
|
||||
|
||||
Reference in New Issue
Block a user