I fixed this patch which had some rubbish in it.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=64
This commit is contained in:
Wojtek Dziewięcki 2014-05-16 15:14:50 +00:00 committed by Git OBS Bridge
parent 2f9b904321
commit 3a857cb713

View File

@ -1,28 +1,3 @@
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp: In member function 'void TestInfoTag::testNumericFields()':
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:5: error: reference to 'uint' is ambiguous
[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:5: error: expected ')' before numeric constant
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:37:47: error: expected ')' before ';' token
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:5: error: reference to 'uint' is ambiguous
[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:5: error: expected ')' before numeric constant
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:39:50: error: expected ')' before ';' token
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:5: error: reference to 'uint' is ambiguous
[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:5: error: expected ')' before numeric constant
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:42:46: error: expected ')' before ';' token
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:5: error: reference to 'uint' is ambiguous
[ 48s] /usr/include/sys/types.h:153:22: error: candidates are: typedef unsigned int uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/../taglib/toolkit/taglib.h:66:30: error: typedef unsigned int TagLib::uint
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:5: error: expected ')' before numeric constant
[ 48s] /usr/src/packages/BUILD/taglib-1.9.1/tests/test_info.cpp:44:49: error: expected ')' before ';' token
[ 48s] make[2]: *** [tests/CMakeFiles/test_runner.dir/test_info.cpp.o] Error 1
[ 48s] make[2]: *** Waiting for unfinished jobs....
[ 49s] make[2]: Leaving directory `/usr/src/packages/BUILD/taglib-1.9.1/build'
---
tests/test_info.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)