Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 5 years ago

Language

C++

Compiler

gcc 9.3.0

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

Author

anonymous

about 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
prog.cc: In function 'int main()':
prog.cc:16:14: warning: unused variable 'c' [-Wunused-variable]
   16 |         auto c = p[i];
      |              ^
Exit Code:
0