Created
April 23, 2020 18:33
-
-
Save domiyanyue/3cac73de319ea075d676a240b7041fb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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