main.cpp||In function ‘int main()’:|
main.cpp|78|warning: declaration of ‘username2’ shadows a previous local [-Wshadow]|
main.cpp|65|note: shadowed declaration is here|
main.cpp|82|warning: declaration of ‘password2’ shadows a previous local [-Wshadow]|
main.cpp|69|note: shadowed declaration is here|
main.cpp|148|warning: declaration of ‘username2’ shadows a previous local [-Wshadow]|
main.cpp|136|note: shadowed declaration is here|
main.cpp|152|warning: declaration of ‘password2’ shadows a previous local [-Wshadow]|
main.cpp|140|note: shadowed declaration is here|