Skip to content

Commit

Permalink
Merge pull request #3836 from cms-sw/smuzaffar-patch-1
Browse files Browse the repository at this point in the history
add -Wno-unknown-warning-option for clang compiler
  • Loading branch information
smuzaffar committed Mar 10, 2018
2 parents 8390470 + 66e9399 commit a267c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm-gcc-toolfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cat << \EOF_TOOLFILE >%i/etc/scram.d/llvm-cxxcompiler.xml
<flags CXXFLAGS="-Wno-unused-private-field"/>
<flags CXXFLAGS="-Wno-unknown-pragmas"/>
<flags CXXFLAGS="-Wno-unused-command-line-argument"/>
<flags CXXFLAGS="-Wno-unknown-warning-option"/>
<flags CXXFLAGS="-ftemplate-depth=512"/>
<flags CXXFLAGS="-Wno-error=potentially-evaluated-expression"/>
<runtime name="@OS_RUNTIME_LDPATH_NAME@" value="$LLVM_CXXCOMPILER_BASE/lib64" type="path"/>
Expand Down

0 comments on commit a267c98

Please sign in to comment.