CMake: suppress unused variable warnings
I missed these in commit d1b5cf830b.
This commit is contained in:
parent
12d655d456
commit
97de97daef
@ -607,7 +607,9 @@ int fun2(int arg1, int arg2) {
|
||||
int
|
||||
main() {
|
||||
int res3 = gcc_vmacro3(1, 2, 3);
|
||||
(void)res3;
|
||||
int res2 = gcc_vmacro2(1, 2);
|
||||
(void)res2;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user