Plugin template update pull request run π #50
Annotations
10 errors and 10 warnings
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/cstddef#L46
<cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case.
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/cstddef#L59
no member named 'nullptr_t' in the global namespace
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__type_traits/is_null_pointer.h#L24
use of undeclared identifier 'nullptr_t'; did you mean 'nullptr'?
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__type_traits/is_null_pointer.h#L24
template argument for template type parameter must be a type
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/cstdint#L149
<cstdint> tried including <stdint.h> but didn't find libc++'s <stdint.h> header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case.
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/cmath#L320
<cmath> tried including <math.h> but didn't find libc++'s <math.h> header. This usually means that your header search paths are not configured properly. The header search paths should contain the C++ Standard Library headers before any C Standard Library, and you are probably using compiler flags that make that not be the case.
|
Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/cmath#L558
use of undeclared identifier '__promote'
|
|
|
|
|
deps/libremidi/include/libremidi/writer.cpp#L167
comparison of integers of different signs: 'size_type' (aka 'unsigned long') and 'int' [-Wsign-compare]
|
deps/libremidi/include/libremidi/writer.cpp#L191
implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
|
deps/libremidi/include/libremidi/reader.cpp#L52
unused parameter 'track' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L84
unused parameter 'begin' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L84
unused parameter 'end' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L84
unused parameter 'needed' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L88
unused parameter 'end' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L106
unused parameter 'end' [-Wunused-parameter]
|
deps/libremidi/include/libremidi/reader.cpp#L113
unused parameter 'end' [-Wunused-parameter]
|
The logs for this run have expired and are no longer available.
Loading