fix(build): Removed wrongly auto-imported headers. #189
Annotations
8 warnings
Install dependencies on MacOS
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
Install dependencies on MacOS
p7zip 17.05 is already installed and up-to-date.
To reinstall 17.05, run:
brew reinstall p7zip
|
Install dependencies on MacOS
cmake 3.30.4 is already installed and up-to-date.
To reinstall 3.30.4, run:
brew reinstall cmake
|
Build:
src/Utils/pffft/simd/pf_sse1_float.h#L40
/Users/runner/work/sdk/sdk/src/Utils/pffft/simd/pf_sse1_float.h: SSE1 float macros are defined [-W#pragma-messages]
|
Build:
src/Utils/pffft/simd/pf_avx_double.h#L50
/Users/runner/work/sdk/sdk/src/Utils/pffft/simd/pf_avx_double.h: AVX macros are defined [-W#pragma-messages]
|
Build:
src/Utils/pffft/simd/pf_sse1_float.h#L40
/Users/runner/work/sdk/sdk/src/Utils/pffft/simd/pf_sse1_float.h: SSE1 float macros are defined [-W#pragma-messages]
|
Build:
src/Utils/pffft/simd/pf_avx_double.h#L50
/Users/runner/work/sdk/sdk/src/Utils/pffft/simd/pf_avx_double.h: AVX macros are defined [-W#pragma-messages]
|
Build:
tools/amir/main.cpp#L475
ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
|
Loading