mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
6 lines
320 B
Text
6 lines
320 B
Text
|
// suppress all instances of varFuncNullUB: "Passing NULL after the last typed
|
||
|
// argument to a variadic function leads to undefined behaviour." That's
|
||
|
// because all the places we do this are valid and won't cause problems even
|
||
|
// on a ILP64 platform because we're careful about using NULL rather than 0.
|
||
|
varFuncNullUB
|