wifi: iwlwifi: suppress printf warnings in tracing
This can't really be fixed due to the macro layout of tracepoints (you'd need a special tracepoint macro for when this is needed), so just suppress the warnings. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
8f55564c05
commit
4eca8cbf7b
@ -12,6 +12,7 @@
|
||||
#include "iwl-trans.h"
|
||||
|
||||
#define CREATE_TRACE_POINTS
|
||||
#pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
|
||||
#include "iwl-devtrace.h"
|
||||
|
||||
EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user