about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--include/klee/Support/CompilerWarning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/klee/Support/CompilerWarning.h b/include/klee/Support/CompilerWarning.h
index 167a775b..41029dec 100644
--- a/include/klee/Support/CompilerWarning.h
+++ b/include/klee/Support/CompilerWarning.h
@@ -24,7 +24,7 @@
 #define DISABLE_WARNING_DEPRECATED_DECLARATIONS
 #else
 #define DISABLE_WARNING_DEPRECATED_DECLARATIONS                                \
-  DISABLE_WARNING("-Wdeprecated-declarations")
+  DISABLE_WARNING(-Wdeprecated-declarations)
 #endif
 
 #else