C++ Code is working fine on other platform but not on Repl

I don’t know why warnings are disabled by default. Click on the three dots in the top right > show hidden files, and replace -Wno-everything with -Wmost -Werror in Makefile to prevent these mistakes.

1 Like