Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 5 years ago

Language

C++

Compiler

gcc 10.1.0

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

Author

anonymous

almost 5 years ago

$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
prog.cc: In function 'int main()':
prog.cc:13:13: warning: unused variable 'arg1' [-Wunused-variable]
   13 |         int arg1 = (insval >> 8) & 0xff;
      |             ^~~~
prog.cc:14:13: warning: unused variable 'arg2' [-Wunused-variable]
   14 |         int arg2 = (insval) & 0xff;
      |             ^~~~
1
Exit Code:
0