mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
disable warnings on xlntarrow.cpp for now
This commit is contained in:
parent
7c333ad923
commit
2949863c77
|
@ -65,6 +65,8 @@ file(GLOB WORKSHEET_SOURCES ${XLNT_SOURCE_DIR}/worksheet/*.cpp)
|
||||||
|
|
||||||
if(NOT ARROW)
|
if(NOT ARROW)
|
||||||
list(REMOVE_ITEM UTILS_SOURCES ${XLNT_SOURCE_DIR}/utils/xlntarrow.cpp)
|
list(REMOVE_ITEM UTILS_SOURCES ${XLNT_SOURCE_DIR}/utils/xlntarrow.cpp)
|
||||||
|
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||||
|
set_source_files_properties(${XLNT_SOURCE_DIR}/utils/xlntarrow.cpp PROPERTIES COMPILE_FLAGS "-w")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(GLOB DETAIL_ROOT_HEADERS ${XLNT_SOURCE_DIR}/detail/*.hpp)
|
file(GLOB DETAIL_ROOT_HEADERS ${XLNT_SOURCE_DIR}/detail/*.hpp)
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
#pragma clang diagnostic push
|
|
||||||
#pragma clang diagnostic ignored "-Wsign-conversion"
|
|
||||||
#pragma clang diagnostic ignored "-Wswitch-enum"
|
|
||||||
#pragma clang diagnostic ignored "-Wshadow"
|
|
||||||
#include <arrow/api.h>
|
#include <arrow/api.h>
|
||||||
#pragma clang diagnostic pop
|
|
||||||
|
|
||||||
#include <xlnt/cell/cell.hpp>
|
#include <xlnt/cell/cell.hpp>
|
||||||
#include <xlnt/cell/cell_reference.hpp>
|
#include <xlnt/cell/cell_reference.hpp>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user