mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
Fix a clang warning on macOS
This commit is contained in:
parent
2884816c8e
commit
e8f612ead4
@ -82,7 +82,7 @@ static struct strtoid_data {
|
|||||||
{ "0,1", 0, ",", "," },
|
{ "0,1", 0, ",", "," },
|
||||||
{ "10", 10, NULL, NULL },
|
{ "10", 10, NULL, NULL },
|
||||||
{ "-2", -2, NULL, NULL },
|
{ "-2", -2, NULL, NULL },
|
||||||
#if (id_t)-2 == 4294967294U
|
#if SIZEOF_ID_T != SIZEOF_LONG_LONG
|
||||||
{ "-2", 4294967294U, NULL, NULL },
|
{ "-2", 4294967294U, NULL, NULL },
|
||||||
#endif
|
#endif
|
||||||
{ "4294967294", 4294967294U, NULL, NULL },
|
{ "4294967294", 4294967294U, NULL, NULL },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user