i got warning from y_utils.inc
#4

Quote:
Originally Posted by TheToretto
Посмотреть сообщение
Open y_utils.inc and remove the definition of isnull, already had that, and that's the way I solved it. It's usually because you have two or more includes redefining the 'isnull' macro.
This is something you should NOT do. Never modify includes, they were made the way they are meant to be.

Код:
#if !defined isnull
	#define isnull(%1) ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))
#endif
There's your solution.
Or even simpler, get rid of your isnull definition completely.
Reply


Messages In This Thread
i got warning from y_utils.inc - by 3417512908 - 26.10.2018, 05:09
Re: i got warning from y_utils.inc - by Calisthenics - 26.10.2018, 06:57
Re: i got warning from y_utils.inc - by TheToretto - 26.10.2018, 07:17
Re: i got warning from y_utils.inc - by Infin1ty - 26.10.2018, 08:52
Re: i got warning from y_utils.inc - by 3417512908 - 26.10.2018, 09:27
Re: i got warning from y_utils.inc - by Riddick94 - 26.10.2018, 09:46

Forum Jump:


Users browsing this thread: 1 Guest(s)