Warning: ISO C++ does not support the `hh' scanf length modifier
Mathieu Malaterre
mmalater@nycap.rr.com
Sun Oct 24 20:09:00 GMT 2004
Hello,
I am getting this warning when compiling my project with -pedantic:
Warning: ISO C++ does not support the `hh' scanf length modifier
I like this flag since it find out lots of potential problems,
previously I had a problem with long long, so I used -pedantic
-Wno-long-long. But I don't seems to find any equivalent for this one.
Any help ?
thanks
Mathieu
More information about the Gcc
mailing list