Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

fpermissive

19 views
Skip to first unread message

jasleen

unread,
Oct 25, 2012, 8:03:32 AM10/25/12
to
I found this error many times during program, but didnot know what is
this fpermissive and how to use it
error: invalid conversion from ‘int*’ to ‘int’ [-fpermissive]

sometimes I got warnings like: code will accepted with -fpermissive

what is fpermissive?
how to use it?

Sharwan Joram

unread,
Nov 23, 2012, 1:32:11 AM11/23/12
to
-fpermissive is used as a compilation option flag and it tells the compiler to not report errors (and mark all function calls for later lookup ) for which no declaration of function is visible at the time of definition.

~Sharwan Joram
0 new messages