Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180907 (experimental)

Options
Warnings
Don't Use Boost
C++17
-pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc:2:10: error: narrowing conversion of '-1' from 'int' to 'long unsigned int'  [-Wnarrowing]
2 | int a[S()];
  |          ^
prog.cc:2:10: error: size of array 'a' has non-integral type 'S'
Exit Code:
1