Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt 3D Studio 2.1 BETA1
-
None
-
clang
Description
Due to QTBUG-44726 building libpcre and libColladaDOM on macOS produces "file <filename> has no symbols" warnings. At the moment there seems to be no way to suppress these unnecessary warnings, but once the related bug is fixed there should be a way to get rid of those and then at some point enable warnings as errors.
Following statically linked libraries throw these warnings:
- qtbase/lib/libpcre_debug.a (pcre_string_utils.o)
- qtbase/lib/libpcre.a (pcre_string_utils.o)
- qtbase/lib/libColladaDOM_debug.a (daeZAEUncompressHandler.o)
- qtbase/lib/libColladaDOM.a (daeZAEUncompressHandler.o)
- ../../../lib/libCommonLib_debug.a (Mutex.o)
- ../../../lib/libCommonLib.a (Mutex.o)
Attachments
Issue Links
- depends on
-
QTBUG-44726 Add a QMAKE_RANLIB_FLAGS variable
- Open
- resulted from
-
QT3DS-479 Suppress warnings for 3rd party libs with clang
- Closed