Skip to content

Commit eccdf6f

Browse files
Matthias Koeppeorlitzky
authored andcommitted
src/sage/libs/linbox/fflas.pxd: Add -Wno-error=return-type
1 parent 3da1b22 commit eccdf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/linbox/fflas.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# distutils: extra_compile_args = FFLASFFPACK_CFLAGS
1+
# distutils: extra_compile_args = FFLASFFPACK_CFLAGS -Wno-error=return-type
22
# distutils: include_dirs = FFLASFFPACK_INCDIR
33
# distutils: libraries = FFLASFFPACK_LIBRARIES
44
# distutils: library_dirs = FFLASFFPACK_LIBDIR

0 commit comments

Comments
 (0)