Salome HOME
StaticMeshPlugin compilation issue on DB11
[tools/sat_salome.git] / products / patches / ispc-makefile_WERROR.patch
1 --- ispc_ref/Makefile   2017-11-11 00:07:30.000000000 +0100
2 +++ ispc/Makefile       2019-07-25 11:59:39.282850765 +0200
3 @@ -162,7 +162,7 @@ endif
4  
5  CXX=clang++
6  OPT=-O2
7 -WERROR=-Werror
8 +WERROR=
9  CXXFLAGS=$(OPT) $(LLVM_CXXFLAGS) -I. -Iobjs/ -I$(CLANG_INCLUDE)  \
10         $(LLVM_VERSION_DEF) \
11         -Wall \