mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Oops last QNX fix didn't quite work, should be really fixed now!
[SVN r32697]
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user