Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webos: com.webos.service.tts: CMakeLists.txt: use C++17
:Release Notes: Switch from C++14 to C++17, because C++17 is now needed after abseil-cpp dropped -DCMAKE_CXX_STANDARD=14 in: https://git.openembedded.org/meta-openembedded/commit/?id=190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff :Detailed Notes: Fixes: http://gecko.lge.com:8000/Errors/Details/745187 TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/com.webos.service.tts/1.0.0-28/recipe-sysroot/usr/include/google/protobuf/descriptor.h:2019:53: error: invalid conversion from 'int' to 'const char*' [-fpermissive] 2019 | AddWarning(std::string(filename), std::string(element_name), descriptor, | ^~~~~~~~~~~~ | | | int TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/com.webos.service.tts/1.0.0-28/recipe-sysroot/usr/include/google/protobuf/descriptor.h:2293:3: error: invalid conversion from 'const char*' to 'int' [-fpermissive] 2293 | ABSL_DCHECK(index < real_oneof_decl_count()); | ^~~~~~~~~~~ | | | const char* TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/com.webos.service.tts/1.0.0-28/recipe-sysroot/usr/include/google/protobuf/generated_enum_reflection.h: At global scope: TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/com.webos.service.tts/1.0.0-28/recipe-sysroot/usr/include/google/protobuf/generated_enum_reflection.h:76:43: error: 'absl::string_view' has not been declared 76 | absl::string_view name, int* value); | ^~~~~~~~~~~ TOPDIR/BUILD/work/raspberrypi4_64-webos-linux/com.webos.service.tts/1.0.0-28/recipe-sysroot/usr/include/google/protobuf/generated_enum_reflection.h:79:61: error: 'absl::string_view' has not been declared 79 | bool ParseNamedEnum(const EnumDescriptor* descriptor, absl::string_view name, | ^~~~~~~~~~~ ... :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: [WRQ-504] Create GPVB with Yocto 5.0 Scarthgap Change-Id: I251345d11427c9867f5fadc8570bf961518f0f88
- Loading branch information