summaryrefslogtreecommitdiff
path: root/lib/jsonParse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lib/jsonParse.ll')
-rw-r--r--lib/jsonParse.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jsonParse.ll b/lib/jsonParse.ll
index c646044..8029830 100644
--- a/lib/jsonParse.ll
+++ b/lib/jsonParse.ll
@@ -151,4 +151,5 @@ text [^\\\"]*
LexerError("Unexpected input");
// Make iwyu think unistd.h is required
[[maybe_unused]]static constexpr auto x=getpid;
+ [[maybe_unused]]static constexpr auto y=printf;
}