Salome HOME
merge from master
[tools/sat_salome.git] / products / patches / ispc-ispc-0621fcb.patch
1 --- ispc-ispc-0621fcb_orig/Makefile     2017-11-11 00:07:30.000000000 +0100
2 +++ ispc-ispc-0621fcb/Makefile  2019-01-04 09:56:16.477980636 +0100
3 @@ -162,7 +162,7 @@
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 \