Oops last QNX fix didn't quite work, should be really fixed now!

[SVN r32697]
This commit is contained in:
John Maddock
2006-02-07 11:13:07 +00:00
parent 458d542084
commit 8b32510896

View File

@ -30,10 +30,10 @@ int test()
// QNX has these under non-standard names, our cstdint.hpp will find them however:
int_fast8_t j = 0;
int_least8_t k = 0;
#endif
(void)i;
(void)j;
(void)k;
#endif
(void)i;
return 0;
}