[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: My Game
Chris Purnell wrote:
> > I also removed -Werror and added -L/usr/X11R6/lib
> > in the Makefile for successful compilation/linkage.
>
> What warnings are you still getting?
For example:
texture.h:41:8: warning: extra tokens at end of #endif directive
The `bad' construction is:
#endif __TEXTURE_H__
#endif must not be followed by any text other than comment.
AFAIK such warnings must occur only with -pedantic option :-\
Regards, Dmitry Samoyloff
- References:
- My Game
- From: Chris Purnell <cjp@lost.org.uk>
- Re: My Game
- From: Dmitry Samoyloff <dsamoyloff@mail.ru>
- Re: My Game
- From: Chris Purnell <cjp@lost.org.uk>