diff options
Diffstat (limited to 'lib/Core/Executor.cpp')
-rw-r--r-- | lib/Core/Executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 0dac7abe..e4f9388e 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -1118,7 +1118,7 @@ Executor::toConstant(ExecutionState &state, << (*(state.pc)).info->line << ")"; if (AllExternalWarnings) - klee_warning(reason, os.str().c_str()); + klee_warning("%s", os.str().c_str()); else klee_warning_once(reason, "%s", os.str().c_str()); |