From f463da0084bc7516c74effe79c161318179dcc13 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 20 Apr 2023 20:49:10 +0100 Subject: Remove additional quotation marks --- include/klee/Support/CompilerWarning.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1