Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

gcc 9.1.0

Options
Warnings
Optimization
Don't Use Boost
Compiler Default
no pedantic

Author

anonymous

almost 6 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native
prog.cc: In function 'int main()':
prog.cc:13:14: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'long int' [-Wsign-compare]
   13 |  return 42ul > m;
      |         ~~~~~^~~
Exit Code:
0