Skip to content

Commit 6248635

Browse files
committed
build: Do not treat warnings as errors
1 parent 8f2cd33 commit 6248635

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ COPY . ${STAR}
2424
SHELL ["/bin/bash", "-l", "-c"]
2525

2626
RUN <<EOF
27-
[[ $compiler = "gcc485" ]] && EXTRA_CXXFLAGS="-Werror" || EXTRA_CXXFLAGS=""
28-
SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS"
27+
SKIP_DIRS="pams/sim/g2r OnlTools StRoot/StShadowMaker" cons
2928
find .$STAR_HOST_SYS -name *.o -exec rm '{}' \;
3029
EOF
3130

0 commit comments

Comments
 (0)