Issue #58: Constructs struct with protected ctor with () rather than {} #59
+2
−2
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v7, actions/cache@v3, lukka/run-cmake@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: lukka/run-cmake@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with CMake and Ninja:
include/ear/exceptions.hpp#L7
non dll-interface class 'std::runtime_error' used as base for dll-interface class 'ear::not_implemented'
|
Build with CMake and Ninja:
include/ear/exceptions.hpp#L17
non dll-interface class 'std::runtime_error' used as base for dll-interface class 'ear::internal_error'
|
Build with CMake and Ninja:
include/ear/exceptions.hpp#L24
non dll-interface class 'std::invalid_argument' used as base for dll-interface class 'ear::adm_error'
|
Build with CMake and Ninja:
include/ear/exceptions.hpp#L31
non dll-interface class 'std::invalid_argument' used as base for dll-interface class 'ear::unknown_layout'
|
Build with CMake and Ninja:
include/ear/exceptions.hpp#L38
non dll-interface class 'std::invalid_argument' used as base for dll-interface class 'ear::invalid_argument'
|
Build with CMake and Ninja:
include/ear/layout.hpp#L59
'ear::Channel::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'ear::Channel'
|
Build with CMake and Ninja:
include/ear/layout.hpp#L61
'ear::Channel::_polarPositionNominal': class 'boost::optional<ear::PolarPosition>' needs to have dll-interface to be used by clients of class 'ear::Channel'
|
Build with CMake and Ninja:
include/ear/layout.hpp#L62
'ear::Channel::_azimuthRange': class 'boost::optional<std::pair<double,double>>' needs to have dll-interface to be used by clients of class 'ear::Channel'
|
Build with CMake and Ninja:
include/ear/layout.hpp#L63
'ear::Channel::_elevationRange': class 'boost::optional<std::pair<double,double>>' needs to have dll-interface to be used by clients of class 'ear::Channel'
|
Build with CMake and Ninja:
include/ear/layout.hpp#L93
'ear::Layout::_name': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'ear::Layout'
|
The logs for this run have expired and are no longer available.
Loading