Supporess unused-variable warnings

This commit is contained in:
Tom Kneiphof
2024-03-07 18:06:10 +01:00
committed by Christophe
parent 08a11905cf
commit 0df8dcb454
6 changed files with 51 additions and 0 deletions

View File

@@ -154,6 +154,10 @@ static int test_constexpr()
int main()
{
// Suppress unused variable warnings
(void)g1;
(void)g2;
int Error = 0;
Error += test_vec1_size();