Skip to content

Commit 1933ebd

Browse files
committed
quiet some warnings on macos-x86_64
1 parent 7cbbb0f commit 1933ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function do_build_lib {
152152
local target="CORE2"
153153
# Pick up the gfortran runtime libraries
154154
export DYLD_LIBRARY_PATH=/usr/local/lib:$DYLD_LIBRARY_PATH
155-
CFLAGS="$CFLAGS -arch x86_64"
155+
CFLAGS="$CFLAGS -arch x86_64 -Wno-shift-op-parentheses -Wno-logical-op-parentheses -Wno-deprecated-declarations"
156156
export SDKROOT=${SDKROOT:-$(xcrun --show-sdk-path)}
157157
;;
158158
*-i686)

0 commit comments

Comments
 (0)