Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

clang 3.1

Options
Warnings
Don't Use Boost
C++11(GNU)
no pedantic

Author

anonymous

over 3 years ago

test.h

$ clang++ prog.cc -Wall -Wextra -std=gnu++11
In file included from prog.cc:4:
./test.h:2:12: warning: expression result unused [-Wunused-value]
    return 1, 2;
           ^
1 warning generated.
Hello, Wandbox!2
Exit Code:
0