Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Дмитро on June 11, 2016, 09:26:56 pm

Title: "warning" does not is collect. How to set up to collect?
Post by: Дмитро on June 11, 2016, 09:26:56 pm
Good time of day everyone.

My kodeblok while
C:\DETS-22\NOW\Pars_utf8.cpp|8|предупреждение: ISO C++ не поддерживает сравнение между указателем и целым [-fpermissive]|
C: \ DETS-22 \ NOW \ Pars_utf8.cpp | 8 | Warning: ISO C ++ does not support the comparison between pointer and integer [-fpermissive] |
It does not compile at all.
What to do?

That is, it is a warning,,,, and should be compiled. How to fix it?
Title: Re: "warning" does not is collect. How to set up to collect?
Post by: oBFusCATed on June 11, 2016, 09:51:55 pm
http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F

This is not the real problem. Inspect the full log...
Title: Re: "warning" does not is collect. How to set up to collect?
Post by: Дмитро on June 11, 2016, 10:01:46 pm
Yes thank you.