mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 00:43:42 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
This commit is contained in:
committed by
Jacek Jendrzej
parent
9e2a7d7f79
commit
971f3703a6
@@ -283,7 +283,7 @@ std::string CyhookHandler::BuildHeader(bool cache) {
|
||||
case HTTP_MOVED_PERMANENTLY:
|
||||
// Status HTTP_*_TEMPORARILY (redirection)
|
||||
result += string_printf("Location: %s\r\n", NewURL.c_str());
|
||||
// NO break HERE !!!
|
||||
// fall through
|
||||
|
||||
default:
|
||||
time_t timer = time(0);
|
||||
|
Reference in New Issue
Block a user