From 1686a01b6ae7467e71eac247078248de4a3b3423 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 13 Dec 2021 23:47:30 +0000 Subject: Refactor to start splitting out UI components --- lib/jsonParse.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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; } -- cgit v1.2.3