Code::Blocks Forums
User forums => Help => Topic started by: PRESIDENT on March 24, 2015, 04:53:26 am
-
An compilation error:
'name lookup of 'nIndex' changed for ISO 'for' scoping[-fpermissive]'
' if you use '-fpermissive' G++ willl accept your code'
Could anyone help with this '-fpermissive'?
Thanks.
-
Project->Build options -> Compiler -> Other options
But it is better to fix your code.
-
Thx, oBFusCATed!