我i686-w64-mingw32-gcc -Wno-implicit-fallthrough ...
在 Linux 上使用 gcc 6.3.0 运行,我收到以下消息:
cc1: warning: unrecognized command line option ‘-Wno-implicit-fallthrough’
如何抑制此消息?不过,我确实想指定-Wno-implicit-fallthrough
,当使用较新版本的 gcc 编译代码时,它很有用。所以我想-Wno-implicit-fallthrough
在可用的情况下生效;否则不应该有像上面显示的警告。