[make] add a way for a module to opt into additional warnings
Move -Wmissing-declarations and -Wmissing-prototypes into this bucket. Opt in most of the core top level modules in the system. More to follow.
This commit is contained in:
@@ -5,4 +5,6 @@ MODULE := $(LOCAL_DIR)
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/novm.c
|
||||
|
||||
MODULE_OPTIONS := extra_warnings
|
||||
|
||||
include make/module.mk
|
||||
|
||||
@@ -24,4 +24,6 @@ else
|
||||
MODULE_DEPS += kernel/novm
|
||||
endif
|
||||
|
||||
MODULE_OPTIONS := extra_warnings
|
||||
|
||||
include make/module.mk
|
||||
|
||||
@@ -8,4 +8,6 @@ MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/vm.c \
|
||||
$(LOCAL_DIR)/vmm.c \
|
||||
|
||||
MODULE_OPTIONS := extra_warnings
|
||||
|
||||
include make/module.mk
|
||||
|
||||
Reference in New Issue
Block a user