[libav-devel] [PATCH] configure: Add -Wstrict-prototypes to CFLAGS if available.

2011-10-10 Thread Diego Biurrun
--- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 22735e7..f5a285e 100755 --- a/configure +++ b/configure @@ -2992,6 +2992,7 @@ check_cflags -Wwrite-strings check_cflags -Wtype-limits check_cflags -Wundef check_cflags

Re: [libav-devel] [PATCH] configure: Add -Wstrict-prototypes to CFLAGS if available.

2011-10-10 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: --- configure |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 22735e7..f5a285e 100755 --- a/configure +++ b/configure @@ -2992,6 +2992,7 @@ check_cflags -Wwrite-strings check_cflags