summarylogtreecommitdiffstats
path: root/gcc7.patch
blob: 1e1171f423585cc794582686d1ea8a7bf0095670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Srcs/jsonlib/jsoncpp.cpp b/Srcs/jsonlib/jsoncpp.cpp
index c373405..1723253 100644
--- a/Srcs/jsonlib/jsoncpp.cpp
+++ b/Srcs/jsonlib/jsoncpp.cpp
@@ -1446,6 +1446,7 @@ bool OurReader::readToken(Token& token) {
     ok = readStringSingleQuote();
     break;
     } // else continue
+    [[gnu::fallthrough]];
   case '/':
     token.type_ = tokenComment;
     ok = readComment();