CC
Size: a a a
CC
🦊
CC
cool@archpony ~/D/e/p/c/names> g++ main.cpp -o main -Weverything
g++: error: unrecognized command-line option ‘-Weverything’
🦊
cool@archpony ~/D/e/p/c/names> g++ main.cpp -o main -Weverything
g++: error: unrecognized command-line option ‘-Weverything’
🦊
CC
EP
EP
clang++ main.cpp -o main
CC
main.cpp:5:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit
int number = 5;
^
CC
CC
🦊
CC
CC
CC
EP
CC
CC
CC
EP