Fix warnings 'macro argument should be enclosed in parentheses'

This commit is contained in:
Sylvain
2022-12-05 15:20:48 +01:00
committed by Sam Lantinga
parent 8cafde5ecc
commit af5bda5ef3
10 changed files with 58 additions and 58 deletions

View File

@@ -41,7 +41,7 @@
#endif
#define RETIFIOCTLERR(x) \
if (x == -1) { \
if ((x) == -1) { \
free(input); \
input = NULL; \
return NULL; \