Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 3 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Don't Use Boost
C++2b(GNU)
-pedantic

Author

anonymous

almost 3 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2b -pedantic
prog.cc: In function 'int main()':
prog.cc:14:13: warning: ISO C++ forbids variable length array 'a' [-Wvla]
   14 |         int a[n];
      |             ^
helloloop10
Exit Code:
0