forked from Imagelibrary/rtems
Added unused warning per discussion on rtems-snapshots list.
This commit is contained in:
@@ -68,8 +68,8 @@ else
|
|||||||
HAS_CPLUSPLUS=no
|
HAS_CPLUSPLUS=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# debug flag; typically -g
|
# debug flag; typically
|
||||||
CFLAGS_DEBUG_V+=-g -Wno-unused
|
CFLAGS_DEBUG_V+=-Wno-unused
|
||||||
|
|
||||||
ifeq ($(RTEMS_USE_GCC272),no)
|
ifeq ($(RTEMS_USE_GCC272),no)
|
||||||
CFLAGS_DEBUG_V+=-qrtems_debug
|
CFLAGS_DEBUG_V+=-qrtems_debug
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ else
|
|||||||
HAS_CPLUSPLUS=no
|
HAS_CPLUSPLUS=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# debug flag; typically -g
|
# debug flag; typically
|
||||||
CFLAGS_DEBUG_V+=-g -Wno-unused
|
CFLAGS_DEBUG_V+=-Wno-unused
|
||||||
|
|
||||||
ifeq ($(RTEMS_USE_GCC272),no)
|
ifeq ($(RTEMS_USE_GCC272),no)
|
||||||
CFLAGS_DEBUG_V+=-qrtems_debug
|
CFLAGS_DEBUG_V+=-qrtems_debug
|
||||||
|
|||||||
Reference in New Issue
Block a user