From ec950c7c3ae5bc82c729f1bb42ec2c09e55a516d Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 30 Jun 2016 14:27:23 +0300 Subject: [PATCH] smatch_data/wine.ignored_macros: add ok() The ok() macro is very common, it prints a warning message but doesn't call exit(). Signed-off-by: Dan Carpenter --- smatch_data/wine.ignored_macros | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 smatch_data/wine.ignored_macros diff --git a/smatch_data/wine.ignored_macros b/smatch_data/wine.ignored_macros new file mode 100644 index 00000000..4a749eb2 --- /dev/null +++ b/smatch_data/wine.ignored_macros @@ -0,0 +1,5 @@ +/* + * These macros are actively misleading to smatch so + * it's best to ignore them. + */ +ok -- 2.11.4.GIT