CodePal
CodePal copied to clipboard
It says "compilation error!!!" when only warnings exist
I add -Wall to compilation flag in order to receive some warning . But it can't be compiled when only warning exist .
Hi Gary, That was intended by us to discourage beginners from writing code that has warnings. Hence we throw compilation error even for warnings. However since we are receiving quite some requests to enable programs with warnings to run, will definitely enable this.