2018-06-02 11:53:21 +02:00
|
|
|
Index: qtwebengine-everywhere-src-5.11.0-rc/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc
|
|
|
|
===================================================================
|
|
|
|
--- qtwebengine-everywhere-src-5.11.0-rc.orig/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc
|
|
|
|
+++ qtwebengine-everywhere-src-5.11.0-rc/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/js/js_generator.cc
|
|
|
|
@@ -505,6 +505,7 @@ string JSByteGetterSuffix(BytesMode byte
|
2018-04-16 12:46:29 +02:00
|
|
|
return "U8";
|
|
|
|
default:
|
|
|
|
assert(false);
|
|
|
|
+ __builtin_unreachable ();
|
|
|
|
}
|
2018-06-02 11:53:21 +02:00
|
|
|
return "";
|
2018-04-16 12:46:29 +02:00
|
|
|
}
|