You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.