suppress unused-value warning
This commit is contained in:
parent
c30392b0c3
commit
ecd21ffb5a
|
@ -89,7 +89,7 @@ extern "C" {
|
|||
|
||||
#else
|
||||
|
||||
# define assert(v) 0
|
||||
# define assert(v) (void)0
|
||||
|
||||
PIC_INLINE int
|
||||
isspace(int c)
|
||||
|
|
Loading…
Reference in New Issue