Skip to content

Instantly share code, notes, and snippets.

@domiyanyue
Created April 23, 2020 18:33
Show Gist options
  • Save domiyanyue/3cac73de319ea075d676a240b7041fb4 to your computer and use it in GitHub Desktop.
Save domiyanyue/3cac73de319ea075d676a240b7041fb4 to your computer and use it in GitHub Desktop.
cpp_tutorial# g++ warning_example.cpp -Wall -o a
warning_example.cpp: In function ‘int main()’:
warning_example.cpp:2:9: warning: unused variable ‘a’ [-Wunused-variable]
int a = 1;
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment