Browse code

configure: fix alphabetical order of previous commit

Was requested in review

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/07/13 06:24:16
Showing 1 changed files
... ...
@@ -5066,8 +5066,8 @@ elif enabled ccc; then
5066 5066
     add_cflags -msg_disable unsupieee
5067 5067
 elif enabled gcc; then
5068 5068
     check_optflags -fno-tree-vectorize
5069
-    check_cflags -Werror=implicit-function-declaration
5070 5069
     check_cflags -Werror=format-security
5070
+    check_cflags -Werror=implicit-function-declaration
5071 5071
     check_cflags -Werror=missing-prototypes
5072 5072
     check_cflags -Werror=return-type
5073 5073
     check_cflags -Werror=vla