From c2ed91de84b3183a6cf2fe94e12236dd8bf45dc7 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 10 Oct 2011 10:31:31 +0200
Subject: [PATCH] configure: Add -Wstrict-prototypes to CFLAGS if available.

---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 22735e788e6..f5a285e6d15 100755
--- a/configure
+++ b/configure
@@ -2992,6 +2992,7 @@ check_cflags -Wwrite-strings
 check_cflags -Wtype-limits
 check_cflags -Wundef
 check_cflags -Wmissing-prototypes
+check_cflags -Wstrict-prototypes
 enabled extra_warnings && check_cflags -Winline
 
 # add some linker flags
-- 
GitLab