mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-20 01:01:12 +00:00
Fix warnings 'macro argument should be enclosed in parentheses'
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#endif
|
||||
|
||||
#define RETIFIOCTLERR(x) \
|
||||
if (x == -1) { \
|
||||
if ((x) == -1) { \
|
||||
free(input); \
|
||||
input = NULL; \
|
||||
return NULL; \
|
||||
|
||||
Reference in New Issue
Block a user