What is [--fpermissive] in c++? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is [--fpermissive] in c++?

14th Jun 2016, 6:11 AM
Dracula
Dracula - avatar
2 Respostas
0
"--fpermissive" is a compiler switch for g++ and clang++ which turns some compiler errors into warnings. If you can avoid using it at almost any cost, avoid it since compiler checks often times prevent nonsense or or otherwise problematic binary code.
15th Jun 2016, 6:14 PM
Stefan
Stefan - avatar
- 6
hello guys
14th Jun 2016, 6:22 AM
Omid Khan
Omid Khan - avatar