From 564448ae96ff8c3b69b4317a1c3d33a1aa41a722 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Mon, 15 May 2017 16:36:44 +0200 Subject: [PATCH] dist: tools: coccinelle: add enable_debug_false.cocci --- dist/tools/coccinelle/warn/enable_debug_false.cocci | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dist/tools/coccinelle/warn/enable_debug_false.cocci diff --git a/dist/tools/coccinelle/warn/enable_debug_false.cocci b/dist/tools/coccinelle/warn/enable_debug_false.cocci new file mode 100644 index 000000000..9742f5bf3 --- /dev/null +++ b/dist/tools/coccinelle/warn/enable_debug_false.cocci @@ -0,0 +1,5 @@ +@@ +@@ + +- #define ENABLE_DEBUG (1) ++ #define ENABLE_DEBUG (0)