Skip to content

Commit

Permalink
vcs: silent module unused (warning 67)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Apr 16, 2020
1 parent 02a8740 commit 3113444
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3973,13 +3973,11 @@ else
fi
if test "x${CI}" != "x"; then :
CONF_OCAMLFLAGS="-warn-error A-3"
CONF_OCAMLFLAGS="-w -67"
else
if test "x${CI}" != "x"; then :
CONF_OCAMLFLAGS=
CONF_OCAMLFLAGS="${CONF_OCAMLFLAGS} -w -67"
fi
if test "x${CI}" != "x" -o "x${enable_developer_mode}" = "xyes"; then :
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ AS_IF([test "x${enable_developer_mode}" = "xyes"], [AC_SUBST(DEVELOPER,true)], [

AS_IF([test "x${with_mccs}" = "xno"], [AC_SUBST(MCCS_ENABLED,false)], [AC_SUBST(MCCS_ENABLED,true)])

CONF_OCAMLFLAGS="-w -67"

AS_IF([test "x${CI}" != "x"], [
CONF_OCAMLFLAGS="-warn-error A-3"
],[
CONF_OCAMLFLAGS=
])
CONF_OCAMLFLAGS="${CONF_OCAMLFLAGS} -w -67"
],[])
AS_IF([test "x${CI}" != "x" -o "x${enable_developer_mode}" = "xyes"],[
AS_IF([test "x${CCOMP_TYPE}" = "xmsvc"],[
CONF_CFLAGS="\"/WX\""
Expand Down

0 comments on commit 3113444

Please sign in to comment.