Run compiler on debug macros for type checking
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 20 Jun 2018 12:50:48 +0000 (14:50 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 13 Jul 2018 09:31:05 +0000 (11:31 +0200)
commitcf24229e6ef495b0df258855bd315cff7191d668
tree1df8ae292f68388785d8c0560088411cd9561ca8
parent6e779ace0adf10e2cdbefee2717fb6df4da36c53
Run compiler on debug macros for type checking

Even if the log output is too low for a message to be printed out on
the console by the debug macros, it should still be evaluated by the
compiler to get some type checking and validation of the format
specifiers. To do so, introduce the no_tf_log() macro that encloses
the call to tf_log() in an always-false condition.

This avoids the problem of discovering build issues only when we build
the firmware with the right LOG_LEVEL value.

Change-Id: Ic0fd252ab691d0187fd925756a4837aca1cbfd7b
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
include/common/debug.h