How to silence unused command line argument error with clang without disabling it?
Turns out the correct answer is -Wno-error=unused-command-line-argument
.
You can also use this command:
-Wno-unused-command-line-argument
Turns out the correct answer is -Wno-error=unused-command-line-argument
.
You can also use this command:
-Wno-unused-command-line-argument