centos 安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=]
安装nginx中error: this statement may fall through [-Werror=implicit-fallthrough=]
输入
make CFLAGS='-Wno-implicit-fallthrough'
即可
输入
make CFLAGS='-Wno-implicit-fallthrough'
即可