]> git.pld-linux.org Git - packages/cross-gcc.git/commitdiff
disable error cflags
authorElan Ruusamäe <glen@delfi.ee>
Mon, 12 Jan 2015 20:32:02 +0000 (22:32 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 12 Jan 2015 20:32:02 +0000 (22:32 +0200)
cross-gcc.spec

index e274bf613f51cda3bdff648af1b33e3e89ca039d..f9c8ee7defaf69d803fcd9ce8b913a131e18ee59 100644 (file)
@@ -142,6 +142,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define builddir %{_builddir}/%{name}-%{version}
 
+# functions with printf format attribute but with special parser and also
+# receiving non constant format strings
+%define                Werror_cflags   %{nil}
+
 %description
 Cross-build GNU C compiler collection.
 
This page took 0.077271 seconds and 4 git commands to generate.