mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Fix mingw libechonest errors
This commit is contained in:
parent
6f5ece9964
commit
317e957c64
2
3rdparty/libechonest/Artist_p.h
vendored
2
3rdparty/libechonest/Artist_p.h
vendored
@ -68,4 +68,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
4
3rdparty/libechonest/CMakeLists.txt
vendored
4
3rdparty/libechonest/CMakeLists.txt
vendored
@ -13,7 +13,9 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_definitions( -Wall -Wundef -Wcast-align -Wchar-subscripts -Wpointer-arith
|
||||
-Wwrite-strings -Wpacked -Wformat-security -Wmissing-format-attribute
|
||||
-Wold-style-cast -Woverloaded-virtual -Wnon-virtual-dtor -Werror )
|
||||
add_definitions( -fvisibility=hidden )
|
||||
if ( NOT WIN32 )
|
||||
add_definitions( -fvisibility=hidden )
|
||||
endif()
|
||||
# to be added:
|
||||
# -Wshadow
|
||||
# FIXME we might want this one back in, but Qt 4.4.3 spits gazillions of warnings with it on Linux-64:
|
||||
|
3
3rdparty/libechonest/Parsing_p.h
vendored
3
3rdparty/libechonest/Parsing_p.h
vendored
@ -84,4 +84,5 @@ namespace Parser
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
3
3rdparty/libechonest/Util.cpp
vendored
3
3rdparty/libechonest/Util.cpp
vendored
@ -46,4 +46,5 @@ QString Echonest::statusToString(Echonest::Analysis::AnalysisStatus status)
|
||||
return QLatin1String( "error" );
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user