forked from pool/buzztrax
Accepting request 590816 from multimedia:apps
- Fix build with -Wno-error=incompatible-pointer-types reported upstream https://github.com/Buzztrax/buzztrax/issues/74 OBS-URL: https://build.opensuse.org/request/show/590816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buzztrax?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 24 06:22:13 UTC 2018 - davejplater@gmail.com
|
||||||
|
|
||||||
|
- Fix build with -Wno-error=incompatible-pointer-types reported
|
||||||
|
upstream https://github.com/Buzztrax/buzztrax/issues/74
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 5 12:12:57 UTC 2018 - davejplater@gmail.com
|
Fri Jan 5 12:12:57 UTC 2018 - davejplater@gmail.com
|
||||||
|
|
||||||
|
@@ -219,7 +219,7 @@ export CXX=g++-7
|
|||||||
%endif
|
%endif
|
||||||
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
||||||
%if 0%{?gcc_version} >= 7
|
%if 0%{?gcc_version} >= 7
|
||||||
export CFLAGS="$CFLAGS -Wno-error=format-truncation= -Wno-error=format-overflow="
|
export CFLAGS="$CFLAGS -Wno-error=format-truncation= -Wno-error=format-overflow= -Wno-error=incompatible-pointer-types"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
/bin/sh ./autogen.sh --noconfigure
|
/bin/sh ./autogen.sh --noconfigure
|
||||||
|
Reference in New Issue
Block a user