Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 6 years ago

Language

C++

Compiler

clang 8.0.0

Options
Warnings
Don't Use Boost
C++14
no pedantic

Author

anonymous

almost 6 years ago

$ clang++ prog.cc -Wall -Wextra -std=c++14
prog.cc:11:25: warning: private field 'weight' is not used [-Wunused-private-field]
        unsigned long long int weight;
                               ^
1 warning generated.
1
Exit Code:
0