[cairo-commit] src/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Aug 21 22:09:26 PDT 2007


 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree af6a123e95b359234d70f7a766457ff3a427c3cc (from e9d709b5caf4bc3c48259d6b40e6b95f730aa348)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Aug 22 01:09:21 2007 -0400

    [Makefile.am] Inhibit unrecognized options to splint

diff --git a/src/Makefile.am b/src/Makefile.am
index dc694fe..836da6e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -302,4 +302,4 @@ TESTS = check-def.sh check-plt.sh check-
 EXTRA_DIST += $(TESTS)
 
 splint:
-	splint -I$(top_builddir) $(libcairo_la_CFLAGS) $(libcairo_la_SOURCES) -DHAVE_CONFIG_H
+	splint -badflag -I$(top_builddir) $(libcairo_la_CFLAGS) $(libcairo_la_SOURCES) -DHAVE_CONFIG_H


More information about the cairo-commit mailing list