Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johannes Pfeifer
dynare
Commits
e347f2ae
Commit
e347f2ae
authored
Jun 11, 2010
by
Sébastien Villemot
Browse files
Build system: adding -Wall when building MEX files
parent
85f855d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/configure.ac
View file @
e347f2ae
...
...
@@ -50,6 +50,9 @@ case ${host_os} in
;;
esac
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
...
...
mex/build/octave/configure.ac
View file @
e347f2ae
...
...
@@ -31,6 +31,9 @@ if test "x$MKOCTFILE" != "x"; then
CXXFLAGS=`$MKOCTFILE -p CXXFLAGS`
fi
CFLAGS="$CFLAGS -Wall"
CXXFLAGS="$CXXFLAGS -Wall"
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment