Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-41570

Xcode 11 generates new warnings

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.2.1, 4.3.1
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.2
    • Dev Tools 2019-07-01, Dev Tools 2019-07-15

      Xcode 11 Clang generates the following warnings, which prevent compilation on macOS:

      warning: explicitly defaulted move constructor is implicitly deleted [-Wdefaulted-function-deleted]

      - warning: explicitly defaulted move assignment operator is implicitly deleted [-Wdefaulted-function-deleted]

      The locations in code that generate these warnings are:

      • src/mongo/db/storage/key_string.h:86 (move constructor)
      • src/mongo/transport/service_executor_adaptive.h:90 (move constructor)
      • src/mongo/transport/service_executor_adaptive.h:91 (move assignment operator)
      • src/mongo/util/net/ssl/context_apple.hpp:52 (move constructor)
      • src/mongo/util/net/ssl/context_apple.hpp:53 (move assignment operator)
      • src/mongo/s/query/cluster_cursor_manager.h:577 (move assignment operator)

            Assignee:
            alya.berciu@mongodb.com Alya Berciu
            Reporter:
            alya.berciu@mongodb.com Alya Berciu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: