gnosek / fcgiwrap

Simple FastCGI wrapper for CGI scripts
http://nginx.localdomain.pl/
MIT License
407 stars 134 forks source link

Fix implicit fallthrough warning #54

Open JoshuaWatt opened 3 years ago

JoshuaWatt commented 3 years ago

Fixes a warning about an implicit fall through in a case statement (-Werror=implicit-fallthrough) with newer versions of GCC

Signed-off-by: Joshua Watt Joshua.Watt@garmin.com