Changes between Initial Version and Version 1 of Ticket #58818, comment 3


Ignore:
Timestamp:
Aug 14, 2019, 1:53:52 AM (5 years ago)
Author:
OceanS2000 (Ocean Shen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58818, comment 3

    initial v1  
    55
    66{{{
    7 /opt/local/bin/clang++-mp-8.0 -c -include.pch/release/QtBluetooth/objective-c++_x86_64 -pipe -stdlib=libc++ -O2 -std=c++1y -fapplication-extension  -arch x86_64 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Winconsistent-missing-override -Wobjc-interface-ivars -Wobjc-method-access -Wobjc-multiple-method-names -Werror=unguarded-availability -Werror=unguarded-availability-new -Werror=unsupported-availability-guard -fPIC -DQT_NO_FOREACH -DQT_OSX_BLUETOOTH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BLUETOOTH_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../include -I../../include/QtBluetooth -I../../include/QtBluetooth/5.12.4 -I../../include/QtBluetooth/5.12.4/QtBluetooth -I/Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/5.12.4 -I/Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/5.12.4/QtCore -I/Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers -I/Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtConcurrent.framework/Headers -I.moc/release -I/usr/local/opt/openssl/include -I/Users/sao/Code/Qt512/5.12.4/clang_64/mkspecs/macx-clang -F/Users/sao/Code/Qt512/5.12.4/clang_64/lib -o .obj/release/osxbtperipheralmanager.o osx/osxbtperipheralmanager.mm
     7/opt/local/bin/clang++-mp-8.0 -c -include.pch/release/QtBluetooth/objective-c++_x86_64 -pipe -stdlib=libc++ -O2 -std=c++1y -fapplication-extension  -arch x86_64 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.12 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Winconsistent-missing-override -Wobjc-interface-ivars -Wobjc-method-access -Wobjc-multiple-method-names -Werror=unguarded-availability -Werror=unguarded-availability-new -Werror=unsupported-availability-guard -fPIC -DQT_NO_FOREACH -DQT_OSX_BLUETOOTH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BLUETOOTH_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../include -I../../include/QtBluetooth -I../../include/QtBluetooth/5.12.4 -I../../include/QtBluetooth/5.12.4/QtBluetooth -I/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/5.12.4 -I/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/5.12.4/QtCore -I/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers -I/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtConcurrent.framework/Headers -I.moc/release -I/usr/local/opt/openssl/include -I/Users/<user>/Code/Qt512/5.12.4/clang_64/mkspecs/macx-clang -F/Users/<user>/Code/Qt512/5.12.4/clang_64/lib -o .obj/release/osxbtperipheralmanager.o osx/osxbtperipheralmanager.mm
    88osx/osxbtperipheralmanager.mm:343:9: error: conversion from
    99      'ObjCScopedPointer<CBPeripheralManager>' to 'bool' is ambiguous
     
    1313    operator T*() const
    1414    ^
    15 /Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qscopedpointer.h:132:5: note:
     15/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qscopedpointer.h:132:5: note:
    1616      candidate function
    1717    operator RestrictedBool() const Q_DECL_NOTHROW
     
    2121    Q_ASSERT(manager);
    2222    ^~~~~~~~~~~~~~~~~
    23 /Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qglobal.h:780:55: note:
     23/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qglobal.h:780:55: note:
    2424      expanded from macro 'Q_ASSERT'
    2525#    define Q_ASSERT(cond) static_cast<void>(false && (cond))
     
    2828    operator T*() const
    2929    ^
    30 /Users/sao/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qscopedpointer.h:132:5: note:
     30/Users/<user>/Code/Qt512/5.12.4/clang_64/lib/QtCore.framework/Headers/qscopedpointer.h:132:5: note:
    3131      candidate function
    3232    operator RestrictedBool() const Q_DECL_NOTHROW