Re: [Mingw-w64-public] ctype warnings

2013-04-10 Thread Ruben Van Boxem
Op 11 apr. 2013 01:00 schreef "G M" het volgende: > > Hello Everyone > > I'm using one of Rubens 4.8 based personal builds and clang. When I compile with either I get this warning when using _isupper(c). > Do you know if it is correct to say that a ptrdiff_t or some such cast inside this macro wou

[Mingw-w64-public] ctype warnings

2013-04-10 Thread G M
Hello Everyone I'm using one of Rubens 4.8 based personal builds and clang. When I compile with either I get this warning when using _isupper(c). Do you know if it is correct to say that a ptrdiff_t or some such cast inside this macro would make this warning go away. If so, I hope somebody who see