mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:54:44 +08:00
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:
@@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2010-05-20 Bharath Suri <bharath.s.jois@gmail.com>
|
||||
|
||||
* libcsupport/src/_rename_r.c: Avoid overwriting of errno by
|
||||
|
||||
@@ -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