aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/thrift
diff options
context:
space:
mode:
authorsvidyuk <svidyuk@yandex-team.ru>2022-07-01 09:02:32 +0300
committersvidyuk <svidyuk@yandex-team.ru>2022-07-01 09:02:32 +0300
commit3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4 (patch)
tree813632dc1e042d4799bb1a5838d02c781c977218 /contrib/restricted/thrift
parent77cb1379853232a9e0f5540d74d564dc76c9c208 (diff)
downloadydb-3c9bba8e28fdf3bca1abbce2a72e27c542c2fac4.tar.gz
Hackish NO_COMPILER_WARNINGS support
Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995
Diffstat (limited to 'contrib/restricted/thrift')
-rw-r--r--contrib/restricted/thrift/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/thrift/CMakeLists.txt b/contrib/restricted/thrift/CMakeLists.txt
index 3d8c5b7ab4..d3b06de5bb 100644
--- a/contrib/restricted/thrift/CMakeLists.txt
+++ b/contrib/restricted/thrift/CMakeLists.txt
@@ -16,6 +16,7 @@ target_compile_options(contrib-restricted-thrift PRIVATE
-Wno-unused-parameter
-Wno-unused-private-field
-Wno-unused-variable
+ -Wno-everything
)
target_include_directories(contrib-restricted-thrift PUBLIC
${CMAKE_SOURCE_DIR}/contrib/restricted/thrift