Skip to content

Commit 7635813

Browse files
committed
Add -Wno-unknown-warning-option to ignore gcc warnings options
1 parent 29e7ab5 commit 7635813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ static bool proceedCommand(std::vector<std::string> command, llvm::StringRef Dir
253253
command.push_back("-isystem");
254254
command.push_back("/builtins");
255255
command.push_back("-Qunused-arguments");
256+
command.push_back("-Wno-unknown-warning-option");
256257
clang::tooling::ToolInvocation Inv(command, new BrowserAction(WasInDatabase), FM);
257258

258259
// Map the builtins includes

0 commit comments

Comments
 (0)