Fix the test code that we `try_compile` to avoid unused parameter warnings that cause the check to fail.
@@ -1,4 +1,4 @@
-int main(int argc, char* argv[])
+int main(int argc, char* [])
{
int i = 3;
switch (argc) {