[arch] tweak arch_cycle_count prototype to return a ulong
This lets some arches return a 64bit counter. As a result of fixing this, removed -Wno-format switch in the test app which caused the need to fix a lot of printfs.
This commit is contained in:
@@ -22,6 +22,6 @@ MODULE_ARM_OVERRIDE_SRCS := \
|
||||
MODULE_DEPS += \
|
||||
lib/cbuf
|
||||
|
||||
MODULE_COMPILEFLAGS += -Wno-format -fno-builtin
|
||||
MODULE_COMPILEFLAGS += -fno-builtin
|
||||
|
||||
include make/module.mk
|
||||
|
||||
Reference in New Issue
Block a user