When using -Werror with clang, it transforms \"warning: argument unused during compilation\" messages into errors, which makes sense. There\'s a -Qunused-argu
-Werror
-Qunused-argu
Turns out the correct answer is -Wno-error=unused-command-line-argument.
-Wno-error=unused-command-line-argument