mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 13:48:02 +02:00
pixman: Fix build to enable warnings again
This commit is contained in:
parent
bf2ab0de92
commit
2e4c8924ad
2 changed files with 4 additions and 2 deletions
|
|
@ -586,6 +586,8 @@ if test "x$GCC" = "xyes"; then
|
|||
-Wnested-externs -fno-strict-aliasing"
|
||||
fi
|
||||
|
||||
AC_SUBST(WARN_CFLAGS)
|
||||
|
||||
CAIRO_CFLAGS="$CAIRO_CFLAGS $WARN_CFLAGS"
|
||||
CAIRO_LIBS="$CAIRO_LIBS"
|
||||
|
||||
|
|
|
|||
|
|
@ -36,8 +36,8 @@ noinst_LTLIBRARIES += libpixman-mmx.la
|
|||
libpixman_mmx_la_SOURCES = \
|
||||
fbmmx.c \
|
||||
fbmmx.h
|
||||
libpixman_mmx_la_CFLAGS = @MMX_CFLAGS@
|
||||
libpixman_mmx_la_CFLAGS = @MMX_CFLAGS@ $(WARN_CFLAGS)
|
||||
libpixman_la_LIBADD = libpixman-mmx.la
|
||||
endif
|
||||
|
||||
INCLUDES = -I$(top_srcdir) -I$(srcdir) $(WARN_CFLAGS)
|
||||
INCLUDES = -I$(top_srcdir) -I$(srcdir) @WARN_CFLAGS@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue