Skip to content

Commit

Permalink
Ignore -Wimplicit-fallthrough when compiling crow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugermann committed May 13, 2020
1 parent 9283379 commit 603256a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/rest/rest_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsuggest-override"
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#include "crow.h"
#pragma GCC diagnostic pop

Expand Down

0 comments on commit 603256a

Please sign in to comment.