Open yulongz opened 1 year ago
What is your GCC compiler version?
Some compilers throw warnings and it is usually safe to ignore them.
Use TREAT_WARNINGS_AS_ERRORS=0
in the build.
What is your GCC compiler version? Some compilers throw warnings and it is usually safe to ignore them. Use
TREAT_WARNINGS_AS_ERRORS=0
in the build.
gcc version
root@21530d3e36cb:/opt/presto/presto-native-execution# gcc --version
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
TREAT_WARNINGS_AS_ERRORS is work for me。
I encountered following error when make presto-native-execution - presto_cpp/main/thrift/presto_cpp/main/thrift/gen-cpp2/PrestoThrift.cpp
ENV
commond
ERROR LOG