What does the fpermissive flag do?

The Solution to What does the fpermissive flag do? is


Right from the docs:

-fpermissive
Downgrade some diagnostics about nonconformant code from errors to warnings. Thus, using -fpermissive will allow some nonconforming code to compile.

Bottom line: don't use it unless you know what you are doing!

~ Answered on 2012-01-12 23:24:53


Most Viewed Questions: