CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf00(std::istream&, const char*)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:658:22: warning: conversion from ‘int’ to ‘std::array::value_type’ {aka ‘unsigned char’} may change value [-Wconversion] 658 | delays[i][0] <<= HRIR_DELAY_FRACBITS; /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf01(std::istream&, const char*)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:735:22: warning: conversion from ‘int’ to ‘std::array::value_type’ {aka ‘unsigned char’} may change value [-Wconversion] 735 | delays[i][0] <<= HRIR_DELAY_FRACBITS; /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp: In function ‘std::unique_ptr {anonymous}::LoadHrtf02(std::istream&, const char*)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:886:26: warning: conversion from ‘int’ to ‘std::array::value_type’ {aka ‘unsigned char’} may change value [-Wconversion] 886 | delays[i][0] <<= HRIR_DELAY_FRACBITS; /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:939:26: warning: conversion from ‘int’ to ‘std::array::value_type’ {aka ‘unsigned char’} may change value [-Wconversion] 939 | delays[i][0] <<= HRIR_DELAY_FRACBITS; /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:940:26: warning: conversion from ‘int’ to ‘std::array::value_type’ {aka ‘unsigned char’} may change value [-Wconversion] 940 | delays[i][1] <<= HRIR_DELAY_FRACBITS; /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp: In function ‘void {anonymous}::AddFileEntry(const string&)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:63:8: warning: inlining failed in call to ‘{anonymous}::HrtfEntry::~HrtfEntry() noexcept’: call is unlikely and code size would grow [-Winline] 63 | struct HrtfEntry { | ^~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:1053:34: note: called from here 1053 | EnumeratedHrtfs.emplace_back(HrtfEntry{newname, filename}); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp: In function ‘al::vector > EnumerateHrtf(const char*)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:63:8: warning: inlining failed in call to ‘{anonymous}::HrtfEntry::~HrtfEntry() noexcept’: call is unlikely and code size would grow [-Winline] 63 | struct HrtfEntry { | ^~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/hrtf.cpp:1086:34: note: called from here 1086 | EnumeratedHrtfs.emplace_back(HrtfEntry{newname, filename}); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp: In function ‘int {anonymous}::verify_state(snd_pcm_t*)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:385:11: warning: enumeration value ‘SND_PCM_STATE_PRIVATE1’ not handled in switch [-Wswitch] 385 | switch(state) | ^ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp: In function ‘al::vector<{anonymous}::DevMap> {anonymous}::probe_devices(snd_pcm_stream_t)’: /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:242:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] 242 | struct DevMap { | ^~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:266:26: note: called from here 266 | devlist.emplace_back(DevMap{alsaDevice, | ^~~~~~~~~~~~~~~~~~ 267 | GetConfigValue(nullptr, "alsa", (stream==SND_PCM_STREAM_PLAYBACK) ? "device" : "capture", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 268 | "default")}); | ~~~~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:242:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] 242 | struct DevMap { | ^~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:285:30: note: called from here 285 | devlist.emplace_back(DevMap{std::string(curdev, oldsep), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 286 | customdevs ? std::string(sep, customdevs++) : std::string(sep)}); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:242:8: warning: inlining failed in call to ‘{anonymous}::DevMap::~DevMap() noexcept’: call is unlikely and code size would grow [-Winline] 242 | struct DevMap { | ^~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/alsa.cpp:364:34: note: called from here 364 | devlist.emplace_back(DevMap{std::move(name), std::move(device)}); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3632/.conan/data/openal/1.20.1/_/_/build/8f758c7d79f11e0791dfc187e19cd92dffabbd2b/source_subfolder/alc/backends/oss.cpp:97:6: warning: ‘bool {anonymous}::checkName(al::vector<{anonymous}::DevMap>&, const string&)’ defined but not used [-Wunused-function] 97 | bool checkName(const al::vector &list, const std::string &name) | ^~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY