mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-06 18:21:39 +08:00

g++ 4.8 emits a bogus warning on code like foo{}. Add a compiler flag -Wno-missing-field-initializers if that warning is detected, because it is annoying.