mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
remove compiler warnings about functions that can't be inlined for lpc based builds
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ CINCS = $(INCLUDES) -I $(SRC_ARCH)/include
|
|||||||
CFLAGS = $(CINCS)
|
CFLAGS = $(CINCS)
|
||||||
CFLAGS += -O$(OPT)
|
CFLAGS += -O$(OPT)
|
||||||
# CFLAGS += -malignment-traps
|
# CFLAGS += -malignment-traps
|
||||||
CFLAGS += -Wall -Wcast-qual -Wimplicit -Wcast-align -Winline
|
CFLAGS += -Wall -Wcast-qual -Wimplicit -Wcast-align
|
||||||
CFLAGS += -Wpointer-arith -Wswitch
|
CFLAGS += -Wpointer-arith -Wswitch
|
||||||
CFLAGS += -Wredundant-decls -Wreturn-type -Wshadow -Wunused
|
CFLAGS += -Wredundant-decls -Wreturn-type -Wshadow -Wunused
|
||||||
CFLAGS += -Wa,-adhlns=$(OBJDIR)/$(notdir $(subst $(suffix $<),.lst,$<))
|
CFLAGS += -Wa,-adhlns=$(OBJDIR)/$(notdir $(subst $(suffix $<),.lst,$<))
|
||||||
|
|||||||
Reference in New Issue
Block a user