suppress unused-value warning

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:45:14 +09:00
parent c30392b0c3
commit ecd21ffb5a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ extern "C" {
#else
# define assert(v) 0
# define assert(v) (void)0
PIC_INLINE int
isspace(int c)