Skip to content

build warning/error in module_mac.mm #83

@timblechmann

Description

@timblechmann

module_mac.mm is supposed to be added to the host's source code, but it does not build with -Werror:

/Users/tim/build/qt6-dev/_deps/vst3sdk-src/public.sdk/source/vst/hosting/module_mac.mm:373:77: error: unused parameter 'errorDescription' [-Werror,-Wunused-parameter]
  373 | bool Module::validateBundleStructure (const std::string& path, std::string& errorDescription)
      |                                                                             ^
1 error generated.

should be trivial to flag the parameter as [[maybe_unused]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions